docs/parse-support-md: Correctly process caveats in multi-status sections
authorIan Jackson <ian.jackson@eu.citrix.com>
Tue, 15 May 2018 14:41:14 +0000 (15:41 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Tue, 15 May 2018 15:41:45 +0000 (16:41 +0100)
commitbd9f5f7c6668227fa539eccf78faaaab17637ddd
tree6612cc2a8d0fd88dec0326c2bd5a3d95a7b9b616
parent42a558140478f551bd8a38466bfc91fadaf850a1
docs/parse-support-md: Correctly process caveats in multi-status sections

When SUPPORT.md uses the syntax
  Status, <some thing>: <support status>
the caveats were lost (not footnoted) because they were attached
only to <some thing>.

Caveats occur in running text, so they are necessarily part of a real
section, not an individual status line like that.  So attach them to
the RealSectNode, and look there for them.

Reported-by: Lars Kurth <lars.kurth@citrix.com>
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
Acked-by: Lars Kurth <Lars.kurth@citrix.com>
Release-acked-by: Juergen Gross <jgross@suse.com>
docs/parse-support-md